home *** CD-ROM | disk | FTP | other *** search
/ Great Generals of the 20th Century / Great Generals of the 20th Century.iso / install.mst < prev    next >
Text File  |  1996-02-16  |  509b  |  16 lines

  1. '$ifdef IsGGL
  2.     InstallTitle Path_GGLRoot, Path_GGLBinary, Path_GGLDatabase, INI_GGL, DLL_GGL, Icon_GGL
  3.     CreateTitleIcon Path_GGLBinary, DLL_GGL, Icon_GGL
  4. '$endif
  5.  
  6. '$ifdef IsAdvert
  7.     InstallTitle Path_AdvertRoot, Path_AdvertBinary, Path_AdvertDatabase, INI_Advert, DLL_Advert, Icon_Advert
  8.     CreateTitleIcon Path_AdvertBinary, DLL_Advert, Icon_Advert
  9.  
  10. '$ifdef IsRunAdvertOnStartUp
  11.     CreateProgmanItem PMG_StartUp, PMI_Advert, Path_AdvertBinary + "\runpromo.exe", "", cmoOverwrite
  12. '$endif
  13.  
  14. '$endif
  15.  
  16.